From f98c8808cbd67f17ce38c5d9c1261d6c75b33301 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Fri, 18 May 2018 06:49:58 -0600 Subject: [PATCH] drop appveyor Qt 5.7 build. --- appveyor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a37c21a70..c38b5a263 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,10 +14,11 @@ environment: # qt: 5.6\mingw49_32 # tools: mingw492_32 # do a build with the minimum level of Qt we support. + # appveyor dropped Qt 5.7 with msvc2015. # MSVC x32 - - name: win32 - platform: x86 - qt: 5.7\msvc2015 + # - name: win32 + # platform: x86 + # qt: 5.7\msvc2015 # MSVC x32 - name: win32 platform: x86 -- 2.30.2